home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Utilities / Selector / examples / req.sel < prev    next >
Encoding:
Text File  |  1996-04-25  |  124 b   |  15 lines

  1. gap 6
  2. rows 2
  3. title "Request:"
  4.  
  5. space
  6. color 2
  7. text "[arg1]"
  8.  
  9. color 1
  10. startbox
  11.  button Yes exit Yes
  12. endbox
  13.  
  14. button No exit No
  15.